Micron Document
pintobyte rngit

xous-core/services/content-plugin-api/Cargo.toml main (17e4bce8) Text, 501 B

[package]
name = "content-plugin-api"
version = "0.1.0"
authors = ["bunnie <bunnie@kosagi.com>"]
edition = "2018"
description = "Content Canvas Plugin Common APIs"

# Dependency versions enforced by Cargo.lock.
[dependencies]
xous = "0.9.70"
rkyv = { version = "0.8.8", default-features = false, features = [
"std",
"alloc",
] }
ux-api = { path = "../../libs/ux-api" }
xous-names = { package = "xous-api-names", version = "0.9.71" } # used by the IMEF for registering listeners
log = "0.4.14"

Served by rngit 1.4.0 - Generated in 0.04s